From: Pierre Chifflier Date: Thu, 6 Nov 2025 16:36:49 +0000 (+0100) Subject: llc X-Git-Tag: archive/raspbian/1%8.0.3-1+rpi1^2^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=cbff0633bce83e0517ba0f2f3cc88a005112ab55;p=suricata.git llc Gbp-Pq: Name llc.patch --- diff --git a/configure.ac b/configure.ac index b69ba91b..755be655 100644 --- a/configure.ac +++ b/configure.ac @@ -496,11 +496,12 @@ [ AS_IF([test "$CLANG" != no], [ - llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \ - awk '/^clang version/ { - split($3, v, "."); - printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) - }') + #llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \ + # awk '/^clang version/ { + # split($3, v, "."); + # printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) + # }') + llc_candidates=llc AC_CHECK_PROGS([LLC], [$llc_candidates], "no") if test "$LLC" = "no"; then AC_MSG_ERROR([unable to find any of $llc_candidates needed to build ebpf files])